Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release v0.17.0 #1525

Closed
wants to merge 1 commit into from
Closed

Conversation

mre
Copy link
Member

@mre mre commented Oct 12, 2024

🤖 New release

  • lychee: 0.16.1 -> 0.17.0
  • lychee-lib: 0.16.1 -> 0.17.0 (⚠️ API breaking changes)

⚠️ lychee-lib breaking changes

--- failure enum_variant_missing: pub enum variant removed or renamed ---

Description:
A publicly-visible enum has at least one variant that is no longer available under its prior name. It may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.36.0/src/lints/enum_variant_missing.ron

Failed in:
  variant ErrorKind::AcceptSelectorError, previously in file /tmp/.tmp9K341V/lychee-lib/src/types/error.rs:147

--- failure struct_missing: pub struct removed or renamed ---

Description:
A publicly-visible struct cannot be imported by its prior path. A `pub use` may have been removed, or the struct itself may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.36.0/src/lints/struct_missing.ron

Failed in:
  struct lychee_lib::AcceptSelector, previously in file /tmp/.tmp9K341V/lychee-lib/src/types/accept/selector.rs:20
Changelog

lychee

0.17.0 - 2024-10-21

Fixed

  • Remove tokio console subscriber (#1524)

Other

  • Update pkg-url of cargo binstall (#1532)
  • Bump the dependencies group with 3 updates (#1530)
  • Allow excluding cache based on status code (#1403)
  • Respect timeout when retrieving archived link (#1526)
  • Disable Wayback machine tests
  • Bump the dependencies group with 6 updates (#1516)

lychee-lib

0.17.0 - 2024-10-21

Added

  • Add tests for dns-prefetch (#1522)

Other

  • Don't check prefix attribute (#1536)
  • Bump the dependencies group with 3 updates (#1530)
  • Allow excluding cache based on status code (#1403)
  • Ignore textContent links in html nodes (#1528)
  • Exclude rel=dns-prefetch links (#1520)
  • Improve docs for fragment checker
  • Don't check preconnect links (#1187)
  • Bump the dependencies group with 6 updates (#1516)


This PR was generated with release-plz.

@mre mre force-pushed the release-plz-2024-10-12T00-28-10Z branch 3 times, most recently from 33c8779 to b2b9691 Compare October 13, 2024 23:04
@mre mre changed the title chore: release v0.16.2 chore: release v0.17.0 Oct 14, 2024
@mre mre force-pushed the release-plz-2024-10-12T00-28-10Z branch 5 times, most recently from d9394df to 47063c4 Compare October 20, 2024 21:01
@mre mre force-pushed the release-plz-2024-10-12T00-28-10Z branch from 47063c4 to 535c1e2 Compare October 21, 2024 22:04
@mre mre closed this Oct 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant